From: Matthew Leeds Date: Wed, 30 May 2018 01:24:54 +0000 (-0700) Subject: ci: Bump flatpak build to F28 X-Git-Tag: archive/raspbian/2022.1-3+rpi1~1^2~4^2~23^2~8 X-Git-Url: https://dgit.raspbian.org/%22http://www.example.com/cgi/%22/%22http:/www.example.com/cgi/%22?a=commitdiff_plain;h=6a7620b58d901ecbee021e829b34a9645d2e8a6d;p=ostree.git ci: Bump flatpak build to F28 Closes: #1607 Approved by: jlebon --- diff --git a/.papr.yml b/.papr.yml index 7e6d6ce8..ab639021 100644 --- a/.papr.yml +++ b/.papr.yml @@ -144,19 +144,19 @@ branches: - auto - try -context: f27-flatpak +context: f28-flatpak required: true # This test case wants an "unprivileged container with bubblewrap", # which we don't have right now; so just provision a VM and do a # docker --privileged run. host: - distro: fedora/27/atomic + distro: fedora/28/atomic specs: ram: 4096 # build-bundle is a static delta, which needs RAM right now tests: - - docker run --rm --privileged -v $(pwd):/srv/code registry.fedoraproject.org/fedora:27 /bin/sh -c "cd /srv/code && ./ci/flatpak.sh" + - docker run --rm --privileged -v $(pwd):/srv/code registry.fedoraproject.org/fedora:28 /bin/sh -c "cd /srv/code && ./ci/flatpak.sh" artifacts: - test-suite.log